Goto Label

Description

The Goto Label Action causes your script to start executing at a label created with the Insert Label Action.

Procedure

  1. In the Label Name field enter the name of a label you created with the Insert Label Action.

  2. In the Jump to Label if this Condition is True field enter an expression that will evaluate to TRUE or FALSE. If the condition is TRUE (.T.), the script will jump to the label and start executing there. If the condition is FALSE (.F.), the script will execute the next Action after the label.

  3. On the next page of the Script Genie optionally modify the default comment which describes the action.

  4. Click Finish.

See Also